home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Bowers Development / AppMaker 2.0b5 / Examples / ODF / AMSample / Sources / ViewIds.k < prev    next >
Encoding:
Text File  |  1996-06-03  |  1.3 KB  |  42 lines  |  [TEXT/CWIE]

  1. //========================================================================================
  2. //
  3. //    File:                ViewIds.k
  4. //    
  5. //    This file was generated automatically by AppMaker
  6. //
  7. // --> DO NOT EDIT IT DIRECTLY, unless you won't make anymore changes with AppMaker.
  8. //
  9. // --> Include this file in your "Defines.k" 
  10. //
  11. //========================================================================================
  12.  
  13. #ifndef VIEWIDS_K
  14. #define VIEWIDS_K
  15.  
  16. // Note: view ids are generated with the name used in AppMaker
  17.  
  18. //----------------------------------------------------------------------------------------
  19. // MainWindow frame resource id to use when creating the frame in your part's NewFrame method.
  20. #define kMainWindowResID            1024
  21.  
  22. #define kHeadlineTextID        'Heae'
  23. #define kTaglineTextID        'Tage'
  24. #define kCreatesViewsCheckID        'Cres'
  25. #define kGeneratesCodeCheckID        'Gene'
  26. #define kPictID        'CntV'
  27. #define kBowersPictID        'Bows'
  28. #define kGadgetsListBoxID        'Gads'
  29. #define kGenerateGroupID        'Gene'
  30. #define kWwwAddressEditID        'Wwws'
  31. #define kFootnote1TextID        'Foo1'
  32. #define kFootnote2TextID        'Foo2'
  33.  
  34. //----------------------------------------------------------------------------------------
  35. // The following ids are hard-coded and shared by all frames
  36.  
  37. #define kVertScrollBarID        'vert'
  38. #define kHorzScrollBarID        'horz'
  39. #define kGrowBoxID                'grow'
  40.  
  41. #endif
  42.